GtkListBox: Protect against reentrancy.
authorAlexander Larsson <alexl@redhat.com>
Wed, 12 Jun 2013 11:20:15 +0000 (13:20 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 13 Jun 2013 10:17:08 +0000 (12:17 +0200)
commit220eb45ef0a9c7e506b1058082853646e1f618f1
tree3b33c93cadb4fc16180cff036ae29a1e7b583e44
parent0f93b7f6c4b8b2d2a6aebc10c51b3276f18b2c77
GtkListBox: Protect against reentrancy.

Activating a row may destroy the widget, so keep a ref since
we're doing thing to the listbox after emission.
gtk/gtklistbox.c